Welcome![Sign In][Sign Up]
Location:
Search - plate openCV

Search list

[Special EffectsffdcChessCornerGuesses

Description: 本程序是基于OpenCV的程序,以棋子盘格作为标定板,进行相机的标定。-the OpenCV are based on the procedures to Georgia as a pawn site calibration plate, the camera calibration.
Platform: | Size: 1376256 | Author: njg | Hits:

[Special EffectsVLP_location_VC++

Description: 检测车牌VC++程序。用自定义模板进行中值滤波 区域灰度基本被赋值为0。考虑到文字是由许多短竖线组成,而背景噪声有一大部分是孤立噪声,用模板(1,1,1,1,1)T对G进行中值滤波,能够得到除掉了大部分干扰的图像C。-License plate detection VC++ Procedures. Custom template gray-scale median filter basic region was assigned to 0. Taking into account the text is composed by a number of short vertical lines, while the background noise is to isolate a large noise, using a template (1,1,1,1,1) T of G for median filtering, can be removed most of interfere with the image C.
Platform: | Size: 924672 | Author: 张悦庭 | Hits:

[Special EffectsIPDemo

Description: 一个车牌检测并且识别的程序,希望可以对别人有所帮助。用到了opencv库-A license plate detection and identification procedures can be helpful to others. Used the opencv library
Platform: | Size: 3695616 | Author: huang | Hits:

[Special Effectsplate-demo

Description: 新手用OpenCV作的一个车牌识别程序,目前只能处理黄底黑字 的车牌图像,供大家交流学习之用,如果大家有好的测试图像, 请发到miaolg@hotmail.com,以进一步提高算法性能。-Novice to use OpenCV for a license plate identification procedures, are currently only dealing with black and yellow license plate images for use to facilitate the exchange of learning, if we have a good test images, please send to miaolg@hotmail.com, to further improve the algorithm performance.
Platform: | Size: 3685376 | Author: ligangmiao | Hits:

[Special Effectsplate-demo

Description: 利用opencv完成的汽车牌号识别,支持黄底黑色字迹的车牌号-Using opencv complete automotive brand recognition, support Mr black writing at the end of the license plate number
Platform: | Size: 3685376 | Author: 古尉 | Hits:

[Special Effectsplate_openCV

Description: 使用opencv和c++实现的车牌识别系统-Opencv implemented using license plate recognition system
Platform: | Size: 4137984 | Author: 朱俊 | Hits:

[Graph Recognizeplate

Description: 实现对车牌的初步定位。 需要加入opencv-To achieve the initial location of the license plate. Need to join the opencv
Platform: | Size: 3776512 | Author: 周文 | Hits:

[Graph RecognizeMFC_OPENCV

Description: 在OPENCV平台下实现车牌识别的一套程序 简单有效 可以试试 用C++写的-In OPENCV platform to achieve a set of license plate recognition program is simple and effective, try to write with C++
Platform: | Size: 18595840 | Author: 倪红丽 | Hits:

[Graph programopencv-License_Plate_Recognition

Description: 数字图像处理源代码,用opencv语言实现车牌识别系统。-Digital image processing source code, using opencv language license plate recognition system.
Platform: | Size: 4151296 | Author: 王瑶 | Hits:

[Graph RecognizeopenCV

Description: 车牌识别,很好的程序,功能全而且强大,可以处理很多复杂的情况-License plate recognition, a very good program, full-featured and powerful and can handle many complicated situations
Platform: | Size: 1183744 | Author: 滕飞 | Hits:

[Graph RecognizeSelect

Description: 基于OpenCV的车牌识别系统的样本筛选程序,可以在多组车牌样本中筛选出质量比较好的车牌样本.-OpenCV license plate recognition system based on the sample selection procedure, multiple license plates in selected samples of relatively good sample plate.
Platform: | Size: 1949696 | Author: we | Hits:

[Graph RecognizeMFC_OPENCV

Description: 网上收集的代码,用opencv和vc6写的一个自动识别车牌的程序-Online collection of code, written in vc6 using opencv and an automatic license plate recognition program
Platform: | Size: 6035456 | Author: hys | Hits:

[Graph RecognizecvCarRecog

Description: Mfc 应用程序 车牌识别 基于Opencv-Mfc Opencv-based license plate recognition applications
Platform: | Size: 6909952 | Author: Saint | Hits:

[OpenCVLPR

Description: License Plate Recognition with Image Processing using OpenCV
Platform: | Size: 3771392 | Author: VAKKAS 脟EL陌K | Hits:

[OpenCVlicense-plate-localization2

Description: OPENCV做的自适阀值车牌定位完整源代码-Adaptive threshold OPENCV do full source code license plate location
Platform: | Size: 379904 | Author: danpianji | Hits:

[OpenCVPlateIdentify

Description: 使用VC++6.0和OPENCV实现一个简单的车牌识别系统-OPENCV using VC++6.0 and implement a simple license plate recognition system
Platform: | Size: 9115648 | Author: zhouqinuan | Hits:

[Graph RecognizeLicense-plate-recognition-master

Description: opencv 2.4.10, eclipse helios, jdk7
Platform: | Size: 937984 | Author: JOSEN54 | Hits:

[Windows Develop基于OpenCV的车牌识别程序源代码

Description: 利用OpenCV实现的车牌识别,有需要的自己下载(License plate recognition based on OpenCV, which needs to be downloaded by oneself)
Platform: | Size: 136192 | Author: Carl_bin | Hits:

[OpenCVLicense-Plate-Recognition-master

Description: 用python3+opencv3做的中国车牌识别,包括算法和客户端界面。(Chinese license plate recognition using python3+opencv3, including algorithm and client interface.)
Platform: | Size: 14926848 | Author: xiaowang_2018 | Hits:

[OpenCVPython-opencv车牌识别

Description: 算法思想来自于网上资源,先使用图像边缘和车牌颜色定位车牌,再识别字符。车牌定位在predict方法中,为说明清楚,完成代码和测试后,加了很多注释,请参看源码。车牌字符识别也在predict方法中,请参看源码中的注释,需要说明的是,车牌字符识别使用的算法是opencv的SVM, opencv的SVM使用代码来自于opencv附带的sample,StatModel类和SVM类都是sample中的代码。SVM训练使用的训练样本来自于github上的EasyPR的c++版本。由于训练样本有限,你测试时会发现,车牌字符识别,可能存在误差,尤其是第一个中文字符出现的误差概率较大。(Bits in the predict method, for clarity, add a lot of comments after completing the code and testing, see the source code. License plate character recognition is also included in the predict method. Please refer to the comments in the source code. It needs to be noted that the algorithm used for license plate character recognition is SVM of opencv. The training sample used for SVM training comes from the c++ version of EasyPR on github. Due to limited training samples, you may find errors in license plate character recognition when testing, especially the error probability of the first Chinese character is large.)
Platform: | Size: 21504 | Author: 西风何时来 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net